home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1M2XL57 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.1 KB  |  24 lines

  1. package com.sun.java.swing.plaf.metal;
  2.  
  3. import com.sun.java.swing.plaf.basic.BasicComboBoxUI;
  4. import java.awt.Container;
  5.  
  6. class MetalComboBoxUI$MetalComboBoxLayoutManager extends BasicComboBoxUI.ComboBoxLayoutManager {
  7.    // $FF: synthetic field
  8.    MetalComboBoxUI this$0;
  9.  
  10.    public void layoutContainer(Container parent) {
  11.       this.this$0.layoutComboBox(parent, this);
  12.    }
  13.  
  14.    public void superLayout(Container parent) {
  15.       super.layoutContainer(parent);
  16.    }
  17.  
  18.    // $FF: synthetic method
  19.    MetalComboBoxUI$MetalComboBoxLayoutManager(MetalComboBoxUI this$0) {
  20.       super(this$0);
  21.       this.this$0 = this$0;
  22.    }
  23. }
  24.